home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / dbphdial / dialdlg.dfm / dialdlg.txt next >
Encoding:
Text File  |  1996-09-15  |  2.3 KB  |  119 lines

  1. object DialerDlg: TDialerDlg
  2.   Left = 284
  3.   Top = 269
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Dialing'
  8.   ClientHeight = 191
  9.   ClientWidth = 354
  10.   Font.Color = clBlack
  11.   Font.Height = -18
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 53
  20.     Top = 14
  21.     Width = 6
  22.     Height = 29
  23.     Alignment = taCenter
  24.     Font.Color = clBlack
  25.     Font.Height = -23
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Image1: TImage
  31.     Left = 275
  32.     Top = 45
  33.     Width = 66
  34.     Height = 61
  35.     Center = True
  36.     Picture.Data = {<image000.bmp>}
  37.   end
  38.   object Label2: TLabel
  39.     Left = 179
  40.     Top = 71
  41.     Width = 4
  42.     Height = 20
  43.     Alignment = taRightJustify
  44.     Font.Color = clBlack
  45.     Font.Height = -18
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 111
  52.     Top = 43
  53.     Width = 6
  54.     Height = 29
  55.     Font.Color = clBlack
  56.     Font.Height = -23
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object BitBtn2: TBitBtn
  62.     Left = 180
  63.     Top = 116
  64.     Width = 95
  65.     Height = 32
  66.     Font.Color = clBlack
  67.     Font.Height = -17
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 0
  72.     OnClick = BitBtn2Click
  73.     Kind = bkCancel
  74.   end
  75.   object Button1: TButton
  76.     Left = 79
  77.     Top = 116
  78.     Width = 95
  79.     Height = 32
  80.     Caption = '&Answer'
  81.     Font.Color = clBlack
  82.     Font.Height = -17
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 1
  87.     OnClick = Button1Click
  88.   end
  89.   object EStatusBar1: TEStatusBar
  90.     Left = 0
  91.     Top = 166
  92.     Width = 354
  93.     Height = 25
  94.     Align = alBottom
  95.     Alignment = taLeftJustify
  96.     BevelInner = bvRaised
  97.     BevelOuter = bvLowered
  98.     Enabled = True
  99.     Font.Color = clBlack
  100.     Font.Height = -13
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.     TabOrder = 2
  105.     SectMainBevel = sbIsDownUp
  106.     SectDateBevel = sbLow
  107.     SectTimeBevel = sbLow
  108.     AlignTime = alRight
  109.     AlignDate = alRight
  110.     WidthDate = 80
  111.     UpdateInterval = 0
  112.   end
  113.   object Timer1: TTimer
  114.     OnTimer = Timer1Timer
  115.     Left = 321
  116.     Top = 3
  117.   end
  118. end
  119.